projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b62aa3
)
Not necessary.
author
Dave Love
<fx@gnu.org>
Mon, 9 Dec 2002 18:10:12 +0000
(18:10 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 9 Dec 2002 18:10:12 +0000
(18:10 +0000)
src/s/sol2-8.h
[deleted file]
patch
|
blob
|
history
diff --git
a/src/s/sol2-8.h
b/src/s/sol2-8.h
deleted file mode 100644
(file)
index
83497b2
..0000000
--- a/
src/s/sol2-8.h
+++ /dev/null
@@
-1,16
+0,0 @@
-/* Handle Solaris 2.8. */
-
-#include "sol2-6.h"
-
-/* Redundant but differing definitions for bcopy, bcmp, and bzero are
- causing problems. Get rid of the emacs overrides for these. */
-
-#ifdef bcopy
-#undef bcopy
-#endif
-#ifdef bcmp
-#undef bcmp
-#endif
-#ifdef bzero
-#undef bzero
-#endif